home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / Tray.h < prev    next >
Encoding:
Text File  |  1992-04-05  |  152 b   |  11 lines

  1. #import "Glyph.h"
  2.  
  3. @interface Tray:Glyph
  4. {
  5. }
  6.  
  7. - drawSelf: (NXRect *) aRect ;
  8. - enclose: (Glyph *) aGlyph ;
  9. - init: (float) width :(float) height ;
  10.  
  11. @end